Get fulfillment option
Fulfillment
Get fulfillment option
Retrieve a single fulfillment mode by its external identifier.
GET
Get fulfillment option
Returns one fulfillment option by external
id. Use this endpoint after the customer selects a fulfillment mode to load its name, type code, and status for the storefront.
Requires a Fire spark access token obtained through token
exchange.
Path parameters
| Parameter | Required | Description |
|---|---|---|
id | Yes | External fulfillment identifier. Alphanumeric characters, _, and - only. 1–64 characters. |
Request
Response
The response wraps a single fulfillment object indata. The shape matches list fulfillment options.
Fulfillment fields
See list fulfillment options for the full schema.Error responses
| Status | Description |
|---|---|
401 | Missing or invalid access token. |
403 | Token does not have access to this fulfillment option. |
404 | No fulfillment option found with the given id. |